home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 7: Sunsite
/
Linux Cubed Series 7 - Sunsite Vol 1.iso
/
system
/
network
/
base
/
netkit-b.07a
/
netkit-b
/
NetKit-B-0.07A
/
rsh
/
Makefile
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1996-07-22
|
227 b
|
18 lines
all: rsh
include ../MCONFIG
include ../MRULES
OBJS = rsh.o
rsh: $(OBJS)
$(CC) $(LDFLAGS) $^ $(LIBS) -o $@
install: rsh
install -s -o root -m4755 rsh /usr/bin/rsh
install -m644 rsh.1 /usr/man/man1
clean:
rm -f *.o rsh